-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt to API changes in BehaviorTree #172
Conversation
The change was introduced in 474f33b.
Any comment? |
When change the code as you mentioned, the build will throw the error like this. Is the correction complete? @galou |
My changes were compatible with BehaviorTree/BehaviorTree.CPP@b3171a5 but not with the latest master of BehaviorTree.CPP. I'll try to figure out again what is wrong. |
I wrote a fix that allows to compile again but Groot segfaults after click on "START" on the welcome dialog... |
I just realized that the fix actually reverts the fist commit I wrote. I must have used an outdated version of BehaviorTree.CPP. |
3658ad4
to
a0db79a
Compare
This fixed my build with BehaviorTree.CPP version 3.8! 👍 |
I will change the version of the BT.CPP library in the git submodule and merge this. Thanks |
Having the same issue after the galactic sync, these changes fixes the build of Groot |
My changes were compatible with BehaviorTree/BehaviorTree.CPP@b3171a5 but not with the latest master of BehaviorTree.CPP. I'll try to figure out again what is wrong. |
Fixed ee66489 |
Error still persists even after using submodule. |
Look at your log 😉
You are still using catkin (discouraged) and the version of BehaviorTree used is the one in the folder /catkin_ws/src/BehaviorTree.CPP, not the submodule. Compile with plain cmake, not catkin |
Thanks a lot :) I didn't notice that I had another BehaviorTreeRepo |
Hey I tried to build with
|
The change was introduced in 474f33b and was mentioned in #169 and #171 .